/* ============================================================
   ALL INCLUSIVE PAGE
   ============================================================ */

/* ===== BASE ===== */
#allInclusivePage {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('../Images/Gemini_Generated_Image_d0o0s6d0o0s6d0o0.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding-bottom: 3rem;
  position: relative;
  display: none;
  overflow-x: hidden;
  scrollbar-width: none;
}

#allInclusivePage::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

#allInclusivePage::-webkit-scrollbar-track,
#allInclusivePage::-webkit-scrollbar-thumb,
#allInclusivePage::-webkit-scrollbar-corner {
  display: none !important;
  background: transparent !important;
}

#allInclusivePage img { max-width: 100%; height: auto; }

/* ===== NAVBAR PADDING ===== */
#allInclusivePage .nav-padding {
  padding-top: 80px;
}

@media (max-width: 768px) {
  #allInclusivePage .nav-padding {
    padding-top: 60px;
  }
}

/* ===== DETAIL SECTION ===== */
#allInclusivePage .detail-section {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 2rem 2.2rem 2.2rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  margin-bottom: 3rem;
  width: 100%;
}

#allInclusivePage .detail-inner {
  max-width: 1140px;
  margin: 0 auto;
}

/* ===== PHOTO GRID ===== */
#allInclusivePage .ai-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 8px;
  margin-bottom: 30px;
}

#allInclusivePage .ai-grid .ai-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#allInclusivePage .ai-tile {
  border-radius: 3px;
  overflow: hidden;
  background: #eee;
  position: relative;
}

#allInclusivePage .ai-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#allInclusivePage .ai-col-side .ai-tile { height: 172px; }
#allInclusivePage .ai-col-center .ai-tile { height: 352px; }

/* ===== LAYOUT ===== */
#allInclusivePage .layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  align-items: start;
}

/* ===== TEXT STYLES ===== */
#allInclusivePage .eyebrow {
  font-size: 13px;
  color: #6B6B6B;
  margin-bottom: 10px;
}

#allInclusivePage .eyebrow b { color: #1A1A1A; font-weight: 600; }
#allInclusivePage .ai-dot { margin: 0 6px; }

#allInclusivePage .detail-section h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 16px;
  color: #111;
}

#allInclusivePage .desc {
  font-size: 14.5px;
  line-height: 1.8;
  color: #4A4A4A;
  margin: 0 0 26px;
  max-width: 62ch;
}

/* ===== FACTS ROW ===== */
#allInclusivePage .facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  padding: 18px 0;
  margin-bottom: 34px;
}

#allInclusivePage .fact {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 0 14px;
  border-right: 1px solid #E7E7E7;
}

#allInclusivePage .fact:last-child { border-right: none; }
#allInclusivePage .fact .label { font-size: 11px; color: #6B6B6B; margin-bottom: 2px; }
#allInclusivePage .fact .value { font-size: 14px; font-weight: 600; color: #111; }

/* ===== BLOCKS ===== */
#allInclusivePage .detail-section h2 {
  font-weight: 700;
  font-size: 22px;
  color: #111;
  margin: 0 0 14px;
}

#allInclusivePage .block { margin-bottom: 36px; }
#allInclusivePage .overview p {
  font-size: 14px;
  line-height: 1.85;
  color: #4A4A4A;
  margin: 0 0 14px;
}

/* ===== INCLUDES ===== */
#allInclusivePage .includes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 26px;
  background: #FAFAFA;
  border: 1px solid #E7E7E7;
  border-radius: 6px;
  padding: 22px 24px;
}

#allInclusivePage .inc {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13.5px;
  color: #333;
  line-height: 1.5;
}

#allInclusivePage .inc svg { flex: 0 0 auto; margin-top: 2px; }

/* ===== PRICE SIDEBAR ===== */
#allInclusivePage .price-card-sidebar {
  position: sticky;
  top: 24px;
  background: #F7F7F7;
  border: 1px solid #E7E7E7;
  border-radius: 6px;
  padding: 22px 22px 20px;
  color: #1A1A1A;
}

#allInclusivePage .top-badge {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 6px 10px;
  border-radius: 3px;
  margin-bottom: 16px;
  line-height: 1.3;
}

#allInclusivePage .days { font-size: 22px; font-weight: 700; color: #111; margin-bottom: 2px; }
#allInclusivePage .route { font-size: 13px; color: #6B6B6B; margin-bottom: 14px; }

#allInclusivePage .price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 18px;
}

#allInclusivePage .price { font-size: 32px; font-weight: 800; color: #111; }
#allInclusivePage .old-price { font-size: 13px; color: #9A9A9A; text-decoration: line-through; }
#allInclusivePage .cur { font-size: 11px; color: #6B6B6B; }

#allInclusivePage .meta-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #E7E7E7;
}

#allInclusivePage .meta-row {
  display: flex;
  justify-content: space-between;
  font-size: 12.5px;
}

#allInclusivePage .meta-row span:first-child {
  color: #6B6B6B;
  display: flex;
  align-items: center;
  gap: 6px;
}

#allInclusivePage .meta-row span:last-child { font-weight: 600; color: #111; }
#allInclusivePage .stars { color: #E0A93A; }

/* ===== ICON ROW ===== */
#allInclusivePage .icon-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 18px;
  border: 1px solid #E7E7E7;
  border-radius: 6px;
  overflow: hidden;
}

#allInclusivePage .icon-item {
  text-align: center;
  padding: 12px 4px;
  border-right: 1px solid #E7E7E7;
  background: #fff;
}

#allInclusivePage .icon-item:last-child { border-right: none; }
#allInclusivePage .icon-item svg { margin-bottom: 6px; }
#allInclusivePage .icon-item .t { font-size: 11px; font-weight: 600; color: #111; }
#allInclusivePage .icon-item .s { font-size: 9px; color: #6B6B6B; }

/* ===== BOOK BUTTON ===== */
#allInclusivePage .book-btn {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 5px;
  background: #111;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background .2s ease;
}

#allInclusivePage .book-btn:hover { background: #000; }

/* ===== RECOMMENDED WRAP ===== */
#allInclusivePage .recommended-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.5rem 2rem;
}

#allInclusivePage .recommended-heading {
  font-size: 3rem;
  font-weight: 700;
  color: #faf8f5;
  margin-bottom: 1.8rem;
  text-align: center;
}

/* ===== CARD GRID ===== */
#allInclusivePage .ai-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  margin-bottom: 2rem;
}

/* ===== PACKAGE CARD ===== */
#allInclusivePage .ai-package-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 12px;
  border: 1px solid rgba(232, 224, 214, 0.6);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  transition: 0.15s ease;
}

#allInclusivePage .ai-package-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

/* ===== CARD IMAGE ===== */
#allInclusivePage .ai-card-image {
  height: 200px;
  overflow: hidden;
  background: #f1f5f9;
  position: relative;
  width: 100%;
}

#allInclusivePage .ai-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

#allInclusivePage .ai-sale-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #b33b2b;
  color: #fff;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.3px;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  text-transform: uppercase;
}

/* ===== CARD BODY ===== */
#allInclusivePage .ai-card-body {
  padding: 1.2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

#allInclusivePage .ai-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f1a15;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}

#allInclusivePage .ai-card-sub {
  font-size: 0.8rem;
  color: #6b5f51;
  margin-bottom: 0.6rem;
}

#allInclusivePage .ai-detail-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3rem 0.6rem;
  margin-bottom: 0.3rem;
}

#allInclusivePage .ai-days-text { font-size: 0.85rem; font-weight: 600; color: #2d241e; }
#allInclusivePage .ai-price-current { font-size: 1.3rem; font-weight: 800; color: #1a130e; }
#allInclusivePage .ai-price-old { font-size: 0.85rem; font-weight: 400; color: #8a7b6b; text-decoration: line-through; }
#allInclusivePage .ai-save-tag { color: #b33b2b; font-size: 0.7rem; font-weight: 700; }

#allInclusivePage .ai-departs {
  font-size: 0.78rem;
  color: #5b4d3d;
  margin-bottom: 0.6rem;
}

#allInclusivePage .ai-departs i { margin-right: 4px; color: #b33b2b; }

/* ===== FEATURE ICONS ===== */
#allInclusivePage .ai-feature-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  padding-top: 0.6rem;
  border-top: 1px solid #ece4db;
  margin-bottom: 1rem;
}

#allInclusivePage .ai-feature-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #332a22;
}

#allInclusivePage .ai-feature-item i { color: #b33b2b; width: 1rem; font-size: 0.7rem; }

/* ===== ACTION BUTTONS ===== */
#allInclusivePage .ai-action-row {
  display: flex;
  gap: 0.6rem;
  margin-top: auto;
}

#allInclusivePage .ai-btn-book-sm {
  background: #1e1a16;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: 0.75rem;
  border-radius: 4px;
  cursor: pointer;
  flex: 1;
  transition: 0.15s;
  min-height: 40px;
}

#allInclusivePage .ai-btn-book-sm:hover { background: #b33b2b; }

#allInclusivePage .ai-btn-details {
  background: transparent;
  color: #1e1a16;
  border: 1px solid #d4c9bc;
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: 0.75rem;
  border-radius: 4px;
  cursor: pointer;
  flex: 1;
  transition: 0.15s;
  min-height: 40px;
}

#allInclusivePage .ai-btn-details:hover { background: #ece4db; border-color: #b33b2b; }

/* ============================================================
   MODAL STYLES
   ============================================================ */

#allInclusivePage .ai-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  overflow-y: auto;
}

#allInclusivePage .ai-modal-overlay.ai-active {
  display: flex;
}

#allInclusivePage .ai-modal-content {
  background: #ffffff;
  max-width: 1080px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 20px;
  padding: 2rem 2.2rem 2.2rem;
  box-shadow: 0 40px 80px rgba(0,0,0,0.25);
  position: relative;
  animation: aiFadeUp 0.25s ease;
  margin: auto;
}

@keyframes aiFadeUp {
  0% { opacity: 0; transform: scale(0.97) translateY(18px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}

/* ===== MODAL CLOSE BUTTON ===== */
#aiModalCloseBtn {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 100001;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
  color: #0f172a;
  box-shadow: 0 4px 24px rgba(0,0,0,0.18);
  cursor: pointer;
  padding: 0;
  transition: 0.15s;
}

#aiModalCloseBtn:hover {
  color: #fff;
  background: #b33b2b;
  border-color: #b33b2b;
  transform: rotate(90deg);
}

/* ===== MODAL IMAGE GRID ===== */
#allInclusivePage .ai-modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}

#allInclusivePage .ai-modal-grid .ai-col {
  display: contents;
}

#allInclusivePage .ai-modal-grid .ai-tile {
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  background: #e8e8e8;
  position: relative;
  width: 100%;
}

#allInclusivePage .ai-modal-grid .ai-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#allInclusivePage .ai-modal-grid .ai-tile:nth-child(5) {
  display: none;
}

/* ===== MODAL LAYOUT ===== */
#allInclusivePage .ai-modal-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  align-items: start;
}

#allInclusivePage .ai-eyebrow {
  font-size: 13px;
  color: #6B6B6B;
  margin-bottom: 10px;
}

#allInclusivePage .ai-eyebrow b { color: #1A1A1A; font-weight: 600; }

#allInclusivePage .ai-modal-content h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 16px;
  color: #111;
}

#allInclusivePage .ai-desc {
  font-size: 14.5px;
  line-height: 1.8;
  color: #4A4A4A;
  margin: 0 0 26px;
  max-width: 62ch;
}

/* ===== MODAL FACTS ===== */
#allInclusivePage .ai-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  padding: 18px 0;
  margin-bottom: 34px;
}

#allInclusivePage .ai-fact {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 0 14px;
  border-right: 1px solid #E7E7E7;
}

#allInclusivePage .ai-fact:last-child { border-right: none; }
#allInclusivePage .ai-fact-label { font-size: 11px; color: #6B6B6B; margin-bottom: 2px; }
#allInclusivePage .ai-fact-value { font-size: 14px; font-weight: 600; color: #111; }

/* ===== MODAL BLOCKS ===== */
#allInclusivePage .ai-modal-content h2 {
  font-weight: 700;
  font-size: 22px;
  color: #111;
  margin: 0 0 14px;
}

#allInclusivePage .ai-block { margin-bottom: 36px; }
#allInclusivePage .ai-overview p {
  font-size: 14px;
  line-height: 1.85;
  color: #4A4A4A;
  margin: 0 0 14px;
}

/* ===== MODAL INCLUDES ===== */
#allInclusivePage .ai-includes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 26px;
  background: #FAFAFA;
  border: 1px solid #E7E7E7;
  border-radius: 6px;
  padding: 22px 24px;
}

#allInclusivePage .ai-includes .ai-inc-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13.5px;
  color: #333;
  line-height: 1.5;
}

#allInclusivePage .ai-includes .ai-inc-item svg { flex: 0 0 auto; margin-top: 2px; }

/* ===== MODAL PRICE CARD ===== */
#allInclusivePage .ai-modal-card {
  position: sticky;
  top: 24px;
  background: rgba(247, 247, 247, 0.95);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid #E7E7E7;
  border-radius: 6px;
  padding: 22px 22px 20px;
  color: #1A1A1A;
}

#allInclusivePage .ai-card-days { font-size: 22px; font-weight: 700; color: #111; margin-bottom: 2px; }
#allInclusivePage .ai-card-route { font-size: 13px; color: #6B6B6B; margin-bottom: 14px; }
#allInclusivePage .ai-price-row { display: flex; align-items: baseline; gap: 8px; margin-bottom: 18px; }
#allInclusivePage .ai-modal-price { font-size: 32px; font-weight: 800; color: #111; }
#allInclusivePage .ai-old-price { font-size: 13px; color: #9A9A9A; text-decoration: line-through; }
#allInclusivePage .ai-cur { font-size: 11px; color: #6B6B6B; }

#allInclusivePage .ai-meta-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #E7E7E7;
}

#allInclusivePage .ai-meta-row {
  display: flex;
  justify-content: space-between;
  font-size: 12.5px;
}

#allInclusivePage .ai-meta-row span:first-child {
  color: #6B6B6B;
  display: flex;
  align-items: center;
  gap: 6px;
}

#allInclusivePage .ai-meta-row span:last-child { font-weight: 600; color: #111; }
#allInclusivePage .ai-stars { color: #E0A93A; }

#allInclusivePage .ai-icon-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 18px;
  border: 1px solid #E7E7E7;
  border-radius: 6px;
  overflow: hidden;
}

#allInclusivePage .ai-icon-item {
  text-align: center;
  padding: 12px 4px;
  border-right: 1px solid #E7E7E7;
  background: #fff;
}

#allInclusivePage .ai-icon-item:last-child { border-right: none; }
#allInclusivePage .ai-icon-item svg { margin-bottom: 6px; }
#allInclusivePage .ai-icon-t { font-size: 11px; font-weight: 600; color: #111; }
#allInclusivePage .ai-icon-s { font-size: 9px; color: #6B6B6B; }

#allInclusivePage .ai-book-btn {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 5px;
  background: #111;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background .2s ease;
}

#allInclusivePage .ai-book-btn:hover { background: #000; }

/* ============================================================
   RESPONSIVE STYLES
   ============================================================ */

@media (max-width: 1024px) {
  #allInclusivePage .ai-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  #allInclusivePage .layout,
  #allInclusivePage .ai-modal-layout {
    grid-template-columns: 1fr;
  }

  #allInclusivePage .ai-grid {
    grid-template-columns: 1fr 1.6fr 1fr;
    gap: 6px;
  }

  #allInclusivePage .ai-col-side .ai-tile { height: 120px; }
  #allInclusivePage .ai-col-center .ai-tile { height: 250px; }
  #allInclusivePage .ai-card-image { height: 160px; }

  #allInclusivePage .detail-section { padding: 1.5rem; }
  #allInclusivePage .ai-modal-content { padding: 1.5rem; }
}

@media (max-width: 600px) {
  #allInclusivePage .ai-facts,
  #allInclusivePage .facts {
    grid-template-columns: 1fr 1fr;
  }

  #allInclusivePage .ai-fact,
  #allInclusivePage .fact {
    border-right: none;
    border-bottom: 1px solid #E7E7E7;
  }

  #allInclusivePage .ai-fact:nth-child(2),
  #allInclusivePage .fact:nth-child(2) {
    border-bottom: none;
  }

  #allInclusivePage .ai-includes,
  #allInclusivePage .includes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  #allInclusivePage .ai-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #allInclusivePage .ai-package-card {
    max-width: 100%;
  }

  #allInclusivePage .ai-card-image { height: 180px; }
  #allInclusivePage .recommended-heading { font-size: 1.8rem; }
}

@media (max-width: 480px) {
  #allInclusivePage .ai-grid {
    grid-template-columns: 1fr 1.4fr 1fr;
    gap: 4px;
  }

  #allInclusivePage .ai-col-side .ai-tile { height: 90px; }
  #allInclusivePage .ai-col-center .ai-tile { height: 190px; }
  #allInclusivePage .ai-card-image { height: 130px; }

  #allInclusivePage .ai-card-title { font-size: 1rem; }
  #allInclusivePage .ai-price-current { font-size: 1.1rem; }

  #allInclusivePage .ai-modal-content {
    padding: 1rem;
    border-radius: 14px;
  }

  #allInclusivePage .ai-modal-grid .ai-tile {
    height: 120px;
  }
}